SUPPORT / SAMPLES & SAS NOTES
 

Support

Installation Note 65208: The z/OS INSTAL12 job fails in Rev. 940_19w14 and later with "Error: Could not find or load main class com.sas.tools.installs.it.zos.ZosMain"

DetailsAboutRate It

The INSTAL12 job fails when you install an order that was generated before Rev. 940_19w14 while using deployment tools from Rev. 940_19w14 through Rev. 940_19w47. In these circumstances, the job fails with the following error and ends with a return code=12:

Error: Could not find or load main class com.sas.tools.installs.it.zos.ZosMain

Workaround

  1. Edit the <HLQ>.INSTALL.CNTL(INSTAL12) job and find the line that containing the string zosmainIn that line, find the following code:
MAIN="com.sas.tools.installs.it.zos.ZosMain"
  1. Change the code to the following:
MAIN="com.sas.tools.installs.it.ZosMain"
  1. Delete the code that appears between following lines to prevent further errors. Start with this line (around line 44):
msg="Updating the deployment registry..."
Delete all the code through the line immediately before this line (around line 95):
msg="Initializing the VJR cache..."
  1. Save the job and submit it again.

A fix for this issue is planned for Rev. 940_20w04.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemBase SASz/OS9.4_M69.4_M69.4 TS1M69.4 TS1M6
z/OS 64-bit9.4_M69.4_M69.4 TS1M69.4 TS1M6
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.